Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
¿markerClusterer requería exactamente "mapa const"?

Cuando cambio "const map " a "const map1 ", el marcadorClusterer está predeterminado en el proyecto, pero no crea ni muestra ningún clúster. El antiguo MarkerClusterer de los ejemplos de Google todavía funciona bien.

¿Es un error o una característica o mi error y la finalización?

Intento mostrar 2 clasters (a través de MarkerClusterer y markerClusterer)

 <!DOCTYPE html > <html> <head> <style type="text/css"> html { height: 100% } body { height: 100%; margin: 0px; padding: 0px } #map { height: 100% } </style> <script src="https://unpkg.com/@googlemaps/markerclusterer/dist/index.min.js"></script> <script src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/markerclusterer.js"></script> <script type="text/javascript"> const locations = [ { lat: -31.56391, lng: 147.154312 }, { lat: -33.718234, lng: 150.363181 }, ]; function initMap() { const map1 = new google.maps.Map(document.getElementById("map"), { zoom: 3, center: { lat: -28.024, lng: 140.887 }, }); // Create an array of alphabetical characters used to label the markers. const labels = "ABC"; // Add some markers to the map. const markers = locations.map((location, i) => { return new google.maps.Marker({ position: location, label: labels[i % labels.length], }); }); // Add cluster via @googlemaps/markerclusterer var MyCluster = new markerClusterer.MarkerClusterer ( { map1, markers } ); // Add cluster via examples/markerclusterer var markerCluster = new MarkerClusterer(map1, markers, {imagePath:'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m'}); } </script> </head> <body <div id="map" style="width:100%; height:100%"></div> <script src="https://maps.googleapis.com/maps/api/js?key=MY_API_KEY" async defer></script> </body> </html>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!